Package com.cisco.pt.ipc.sim.pdu.impl
Class AuthPayloadImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
com.cisco.pt.ipc.sim.pdu.impl.PduImpl
com.cisco.pt.ipc.sim.pdu.impl.IkePayloadImpl
com.cisco.pt.ipc.sim.pdu.impl.AuthPayloadImpl
- All Implemented Interfaces:
IPCData,AuthPayload,IkePayload,Pdu,Signal
-
Field Summary
FieldsFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.IkePayloadImpl
length, nextPayloadType, reservedFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
fieldNames, fieldTable, signalType, typeTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) getCode()getFieldType(String fieldName) getInfo()voidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidvoidMethods inherited from class com.cisco.pt.ipc.sim.pdu.impl.IkePayloadImpl
getLength, getNextPayloadType, getReserved, setLength, setNextPayloadType, setReservedMethods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
getFieldValueMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.pdu.IkePayload
getLength, getNextPayloadType, getReserved, setLength, setNextPayloadType, setReservedMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
getFieldValue
-
Field Details
-
code
-
info
-
-
Constructor Details
-
AuthPayloadImpl
public AuthPayloadImpl()
-
-
Method Details
-
getCode
- Specified by:
getCodein interfaceAuthPayload- Returns:
- Byte Returns a Byte
-
setCode
- Specified by:
setCodein interfaceAuthPayload- Parameters:
code- Takes in a parameter of code
-
getInfo
- Specified by:
getInfoin interfaceAuthPayload- Returns:
- String Returns a String
-
setInfo
- Specified by:
setInfoin interfaceAuthPayload- Parameters:
info- Takes in a parameter of info
-
getFieldType
- Overrides:
getFieldTypein classIkePayloadImpl
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Overrides:
readin classIkePayloadImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-
pduRead
- Specified by:
pduReadin interfaceSignal- Overrides:
pduReadin classIkePayloadImpl
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal- Overrides:
getOrderedFieldNamesin classIkePayloadImpl
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal- Overrides:
encodeTypeAndPayloadin classIkePayloadImpl
-